home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / net / amitcp2_x_gcc.lha / netsocket.c < prev    next >
C/C++ Source or Header  |  1994-01-12  |  395b  |  18 lines

  1. char RCS_ID_NETSOCKET_C[] = "$Id: netsocket.c,v 1.2 1994/01/12 18:37:04 jasegler Exp jasegler $";
  2. /* $Id: netsocket.c,v 1.2 1994/01/12 18:37:04 jasegler Exp jasegler $
  3.  
  4.  * Normal function library instead of inline headers.. :)
  5.  */
  6.  
  7.  
  8.  
  9. #include <exec/types.h>
  10. #include <dos/dos.h>
  11. #include <sys/types.h>
  12.  
  13. #define static
  14. #define __inline
  15.  
  16. #include <clib/socket_protos.h>
  17. #include <inline/socket.h>
  18.